DocumentStatistic Class

Represents statistics about a document.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class DocumentStatistic
Inheritance
Object    DocumentStatistic

Constructors

DocumentStatistic Initializes a new instance of the DocumentStatistic class.

Properties

CellCount Contains the number of table cells that an OpenDocument producer has counted for a document.
CharacterCount Contains the number of characters that an OpenDocument producer has counted for a document.
DrawCount Contains the number of drawing-shapes that an OpenDocument producer has counted for a document.
FrameCount Contains the number of text-boxes that an OpenDocument producer has counted for a document.
ImageCount Contains the number of images that an OpenDocument producer has counted for a document.
NonWhitespaceCharacterCount Contains the number of non-white space characters that an OpenDocument producer has counted for a document.
ObjectCount Contains the number of embedded objects stored in OpenDocument format that the OpenDocument producer has counted for the document.
OleObjectCount Contains the number of embedded objects stored in a different format than OpenDocument that the OpenDocument producer has counted for the document.
PageCount Contains the number of pages that an OpenDocument producer has calculated for a document.
ParagraphCount Contains the number of paragraphs that an OpenDocument producer has counted for a document.
RowCount Contains the number of lines contained in a document instance.
SentanceCount Contains the number of sentences that an OpenDocument producer has counted for a document.
SyllableCount Contains the number of syllables that an OpenDocument producer has counted for a document.
TableCount Contains the number of table object contained in a document instance.
WordCount Contains the number of words that an OpenDocument producer has counted for a document.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current DocumentStatistic object to its equivalent string representatio.
(Overrides ObjectToString)

See Also